From 19e4544ff06e422f7dc0b285f794c9099e92b586 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 7 Jun 2007 07:47:00 +0000 Subject: [PATCH] Fix typo in previous change. --- lib-src/etags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-src/etags.c b/lib-src/etags.c index aa5fda39396..f3534e02d7c 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -888,7 +888,7 @@ static void print_version () { /* Makes it easier to update automatically. */ - char emacs_copyright[] = "Copyright (C) 2007 Free Software Foundation, Inc." + char emacs_copyright[] = "Copyright (C) 2007 Free Software Foundation, Inc."; printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); puts (emacs_copyright); -- 2.30.2